PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFRectilinearMeasure Class / setX Method
A number format collection for measurement of change along the x axis and, if getY is not present, along the y axis as well.
In This Topic
    setX Method
    In This Topic
    Sets the number formats for X axis.
    The first element in the array shall contain the scale factor for converting from default user space units to the largest units in the measuring coordinate system along that axis.
    Syntax
    public void setX( 
       PDFNumberFormatCollection value
    )

    Parameters

    value
    A number format collection for measurement of change along the x axis and, if getY is not present, along the y axis as well.
    See Also